Package-level declarations

Types

Link copied to clipboard
data class BlockPickupDataComponent(val pos: BlockPos, val state: BlockState)

Data component to store the block about to be picked up by an empty staff.

Link copied to clipboard
data class StaffFurnaceDataComponent(var burnTicks: Int)

Data components to store the state of a furnace staff.

Link copied to clipboard
class StaffItemComponent(val item: ItemStack)

ItemStack wrapper to make them compatible with ComponentTypes.

Link copied to clipboard

Specifies the part of a staff item currently rendered.

Link copied to clipboard

Data components to store the shot TNT in a TNT staff.